SyNotifications 
Logical Entity Name  SyNotifications 
Default Table Name  SyNotifications 
Physical Only  NO 
Definition 
 
Note 
 

SyNotifications Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SyNotificationsID(PK)    int  NO 
 
TriggerAggregationID    uniqueidentifier  NO 
 
WinSrvcNotificationID    uniqueidentifier  YES 
 
BusinessProcess    nvarchar(255)  NO 
 
ColumnName    nvarchar(255)  NO 
 
Value    nvarchar(255)  NO 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

SyNotifications Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_SyNotifications_SyNotificationsID  PrimaryKey  SyNotificationsID 

SyNotifications Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
SyStaff  Non-Identifying  One To Zero or More  FK_SyNotifications_UserID_SyStaff_SyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

SyNotifications Check Constraints 
Check Constraint Name  CheckConstraint